home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Prog / T / ThinkC 4.0.2 Update.cpt / THINK C 4.0.2 Update / THINK C 4.0.2 Update Doc < prev   
Encoding:
Text File  |  1990-04-03  |  1.6 KB  |  50 lines  |  [TEXT/KAHL]

  1. THINK C 4.0.2 UPDATE INSTRUCTIONS
  2. =================================
  3. Copyright © 1990 Symantec Corporation. All rights reserved.
  4. 4/3/90
  5.  
  6. INTRODUCTION
  7. ============
  8. This update transforms your existing THINK C 4.0 application to
  9. THINK C 4.0.2. The fixes are summarized below.
  10.  
  11.     ••    IMPORTANT
  12.         This update is identical to the THINK C 4.0.1
  13.         update released on 3/15/90, but with a new
  14.         version number.
  15.  
  16.  
  17. HOW TO USE IT
  18. =============
  19.     0.    Make sure that you have your original THINK C application.
  20.         You won't need it for this update, but you should make
  21.         sure that you have a backup in case the update fails.
  22.  
  23.     1.    Double-click on the patch program "THINK C => 4.0.1" to
  24.         launch it. Click on the Update THINK C button to continue.
  25.  
  26.     2.    Find your existing copy of THINK C in your THINK C Folder.
  27.         Select it and click on the Patch button.
  28.  
  29.     3.    If the patch was successful, you'll get a confirmation.
  30.  
  31.  
  32. SUMMARY OF THE CHANGES
  33. ======================
  34.     1.    The 68881 instructions FSINCOS and FDBcc were left out
  35.         of THINK C 4.0. This patch adds them.
  36.  
  37.     2.    The MOVEP instruction would generate an error if the
  38.         offset applied to the address register was zero.
  39.         For example, "MOVEP 1(a0),d0" would assemble, but
  40.         "MOVEP 0(a0),d0" wouldn't.
  41.  
  42.     3.    An incompatibility with OnCue under MultiFinder has been
  43.         fixed.
  44.  
  45.     4.    The "MF Attrs" pop-up menu has been updated to reflect
  46.         all bits currently defined by Apple in the SIZE resource.
  47.         Use with care - backGroundOnly, for example, is there so you
  48.         can set the option; the THINK C Debugger won't necessarily
  49.         be able to debug such an application properly.
  50.